Arrow keys / Click to navigate

Cloud Operations on AWS

Module 12: Mountable Storage

Cloud Operations on AWS

Module Overview

Amazon EBS Volume Types

TypeBest ForMax IOPS
gp3 (General Purpose SSD)Wide variety of workloads16,000
io2 (Provisioned IOPS SSD)Mission-critical, low-latency256,000
st1 (Throughput Optimized HDD)Frequently accessed, throughput-intensive500
sc1 (Cold HDD)Infrequently accessed, lowest cost250

EC2 Instance Store vs. Amazon EBS

Amazon EBS Snapshot Lifecycle

1

Create a snapshot (incremental, stored in Amazon S3)

2

Copy across AWS Regions if needed

3

Automate with a Data Lifecycle Manager policy (schedule, retention)

4

Restore to a new volume — enable fast snapshot restore to avoid latency penalty

AWS Backup

Shared File System Storage

Troubleshooting Scenario

Issue: An EBS volume shows degraded I/O performance.

Cause: Provisioned IOPS may be below the configured threshold, or the volume is undersized for the workload.

Solution: Check CloudWatch metrics (VolumeQueueLength, BurstBalance) and resize or change the volume type as needed.

Lab 5: Automating with AWS Backup

Module Summary

Next: Module 13 — Object Storage

Module 12 Mind Map

Click branch to expand